EMT Practice Test
1. Question Content...
Question2: A property that stores information about a given class's super-classes is named:
Question3: Which of the following expressions evaluate to True? (Select two answers)
Question4: What is true about Python class constructors? (Select two answers)
Question5: Which of the following lambda function definitions are correct? (Select two answers)
Question6: What is the expected output of the following snippet?
Question7: A variable stored separately in every object is called:
Question8: How many lines does the following snippet output?
Question9: What is the expected output of the following snippet?
Question10: What is the expected behavior of the following code?
Question11: Which of the following statement are true? (Select two answers)
Question13: What is the expected behavior of the following code?
Question15: An operator able to perform bitwise shifts is coded as (select two answers)
Question19: What can you do if you don't like a long package path like this one?
Question20: The following class hierarchy is given. What is the expected output of the code?
Question21: What is true about Object-Oriented Programming in Python? (Select two answers)
Question22: Which of the following statements are true? (Select two answers)
Question24: A compiler is a program designed to (select two answers)
Question25: The following class hierarchy is given. What is the expected out of the code?
Question27: The following expression
1+-2
is:
Question28: A method for passing the arguments used by the following snippet is called:
Question29: What is the expected output of the following code?
Question30: What is the expected behavior of the following code?
Question31: What is true about Python packages? (Select two answers)
Question32: Which of the following expression evaluate to True? (Select two answers)
Question34: What is a true about python class constructors? (Select two answers)
Question35: The simplest possible class definition in Python can be expressed as:
Question36: What is true about Python packages? (Select two answers)
Question37: Which of the following lambda definitions are correct? (Select two answers)
Question39: What is the expected behavior of the following code?
Question40: What is the expected output of the following code?
Question41: What is the expected behavior of the following snippet?
It will:


